home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 4413 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.4 KB

  1. Path: news.ios.com!usenet
  2. From: jeremiah@ios.com (Jeremiah Kristal)
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: Please HELP: can't configure Archtek 28.8 with NT
  5. Date: Sun, 11 Feb 1996 20:17:17 GMT
  6. Organization: IDT Internet Services
  7. Message-ID: <4flih2$jpr@news.ios.com>
  8. References: <4fivt3$r4k@ixnews6.ix.netcom.com>
  9. NNTP-Posting-Host: ppp-5.ts-10.nyc.idt.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. fatcat25@ix.netcom.com wrote:
  13.  
  14. >I am currently using NT workstation and i have been trying to configure 
  15. >my Archtek 2834 Series modem. I am using the Remote Acess System Dialer 
  16. >and i have been unable to get my modem to function at anything other than 
  17. >the HAYES 2400 compatible.
  18.  
  19. >I went into the MODEM.INF file and I tried to change the Command_Init 
  20. >string, but it will not work.
  21.  
  22. >Anybody have any suggestion besides throwing the thing out the window and 
  23. >buying a new one.
  24.  
  25. >Appreciate any help immensely!
  26.  
  27. >Thanks
  28.  
  29. You are going to have to build an entry for the modem.inf file.  I'm
  30. including the entry for a Supra 28.8 and will show you what you have
  31. to modify to get it to (hopefully) work.  Any comments that I make are
  32. in fancy brackets, {like this}.
  33.  
  34. ;----------------------------------------
  35. [Supra Fax Modem 288]        {change this to your modem}
  36. CALLBACKTIME=10
  37. DEFAULTOFF=compression
  38. MAXCARRIERBPS=28800
  39. MAXCONNECTBPS=115200
  40.  
  41. <speaker_on>=M1        {make sure these at commands
  42. <speaker_off>=M0         are correct for your modem}
  43. <hwflowcontrol_on>=&K3
  44. <hwflowcontrol_off>=&K0
  45. <compression_on>=%C3
  46. <compression_off>=%C0
  47. <protocol_on>=\\N3        {any \command need to have an
  48. <protocol_off>=\\N0         additional \ placed here.  I don't 
  49. <autodial_on>=ATDT         know why, it just does}
  50. <autodial_off>=ATD
  51.  
  52. DETECT_STRING=ATI5<cr>
  53. DETECT_RESPONSE=Supra  {you have to put the response that     
  54. DETECT_STRING=ATI<cr>       you get for ati5 and ati here, it's    
  55. DETECT_RESPONSE=28800   different for every modem}
  56.  
  57. COMMAND_INIT=AT&F2&C1&D2 S7=55 <cr>
  58. COMMAND_INIT=ATS2=43 S11=55 S95=44 S0=0<speaker><cr>
  59. COMMAND_INIT=AT<hwflowcontrol><protocol><compression><speaker><cr>
  60. COMMAND_DIAL=<autodial><phonenumber><cr>
  61. COMMAND_LISTEN=ATS0=1<cr>
  62.  
  63. {Make sure that these command strings work for your modem.  Anything
  64. in <these brackets> takes it's value from what you set above.  I.E. in
  65. this case line 3 actually sends at&k3\n3%c3m1<cr>
  66.  
  67. This seems like a lot of work but unless Archtek comes out with an
  68. updated modem.inf file, like Motorola did, this is the best way to
  69. make it work.
  70.  
  71. Jeremiah
  72.  
  73.  
  74.